home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / graphics / ppt / ppt_dist.readme < prev    next >
Text File  |  1999-03-02  |  10KB  |  289 lines

  1. Short:    A Modular Image Processing Package
  2. Author:   Janne.Jalkanen@iki.fi
  3. Uploader: Janne.Jalkanen@iki.fi
  4. Version:  5.20
  5. Type:     gfx/conv
  6.  
  7.     PPT is a powerful, free image processing package, that boasts with the
  8.     following properties:
  9.  
  10.     - Handles both 24 bit truecolor and 8 bit grayscale images with optional
  11.       alpha channel.
  12.  
  13.     - Modular design, ie. you can easily add new loaders and filters to the
  14.       program.
  15.  
  16.     - Internal multi-tasking: You can process/load/save many images at
  17.       the same time! No need to wait for another project to be ready!
  18.  
  19.     - Unlimited (except by available memory) buffers!
  20.  
  21.     - Unlimited (except by available disk space) undo!
  22.  
  23.     - User configurable virtual memory (no MMU required)
  24.  
  25.     - AREXX port
  26.  
  27.     - Font sensitive and scalable GUI using Jan van den Baard's and Ian
  28.       J. Einman's BGUI package (release 41 needed)
  29.  
  30.     - Quick preview window for fast updates.
  31.  
  32.     - Requires OS 2.0 (V37). Yes, this is a feature :) and uses some
  33.       OS 3.0 (V39) features. Takes use of AGA chips if installed.  CyberGFX
  34.       is also supported!
  35.  
  36.     - Loads following image types:
  37.         o IFF ILBM (1-8 bitplanes, HAM6/8, EHB, ILBM 24 bit)
  38.         o JPEG/JFIF (both grayscale and 24 bit.  Also progressive!)
  39.         o PPM/PGM types P2, P3, P5 and P6.
  40.         o PNG (all standard types)
  41.         o Compuserve GIF (both 87 and 89a formats)
  42.         o Targa Truevision (8,15,16,24 and 32 bit formats)
  43.         o YUVN
  44.         o TIFF
  45.         o Anything you have a Datatype for...
  46.  
  47.     - Saves following image types:
  48.         o JPEG/JFIF (both grayscale and 24 bit.  Also progressive!)
  49.         o IFF ILBM (24 bit, 1-8 bitplanes)
  50.         o PPM/PGM types P5 and P6
  51.         o PNG (grayscale and 24 bit)
  52.         o Compuserve GIF (both 87 and 89a formats)
  53.         o Targa Truevision (24 bit)
  54.         o C-code
  55.  
  56.     - Can do several effects (over 30 effects):
  57.         o AutoCrop & Crop
  58.         o Flip, Shift, Roll
  59.         o Colorspace manipulations
  60.         o Convolute (User-definable masks up to 7x7 size supported! Many
  61.           example masks included. Saving and loading custom masks.)
  62.         o Remove Isolated Pixels
  63.         o Histogram Equalization (local & global)
  64.         o Brightness, contrast & gamma correction
  65.         o Threshold
  66.         o Scale & Resize
  67.         o Image compositing
  68.         o Noise (many variations)
  69.         o Color manipulation (ColorMix, ColorChange, Extract)
  70.         o and many others...
  71.  
  72.     This is the fourth public release of PPT, code-named "Cauchy-6".
  73.     Changes from the C-3 release include:
  74.  
  75. ---snip---
  76.  
  77. Version 4.61 (Sunday, 25-Oct-98 22:46:56)
  78. -----------------------------------------
  79. - Added Contrib-directory to the distribution and made PPT seek modules from there
  80. - Info now shows also which CPUs the current effect/iomod supports
  81.  
  82.  
  83. Version 4.62 (Sunday, 08-Nov-98 00:53:30)
  84. -----------------------------------------
  85. - Major changes in localization - now it should even be possible... =)
  86. - Bug fix: AREXX IOMODULEINFO did not handle save formats correctly
  87. - AREXX IOMODULEINFO now returns a new stem item: PREFERREDPOSTFIX
  88. - File requesters now remember their positions (if you use Preferences/Save)
  89. - Bug fix: REXX error messages did not arrive correctly, if loading
  90.   failed.
  91.  
  92.  
  93. Version 4.63 (Friday, 04-Dec-98 23:18:18)
  94. -----------------------------------------
  95. - GIF.iomod 1.6: Fixed bug with certain image types not loading,
  96.   but failing with error "EOF detected".
  97.   Reported by Detlef Wojtaszkiewicz.
  98.  
  99.  
  100. Version 4.64 (Saturday, 05-Dec-98 00:04:28)
  101. -------------------------------------------
  102. - Fixed some visual bugs in the Preferences window (have to start slowly
  103.   after a long break... =)
  104. - Implemented new macros for application developers
  105.  
  106.  
  107.  
  108. Version 4.65 (Monday, 07-Dec-98 13:48:59)
  109. -----------------------------------------
  110. - Made toolbar configurable (read/write from preferences file),
  111.   but no onscreen config yet.  Text only, at the moment.
  112.  
  113.  
  114. Version 4.66 (Monday, 07-Dec-98 20:26:35)
  115. -----------------------------------------
  116. - Added Huge preview size and changed the other preview sizes.
  117.  
  118.  
  119. Version 4.67 (Monday, 07-Dec-98 20:27:19)
  120. -----------------------------------------
  121. - Interim release Cauchy-4 for a special occasion...
  122.  
  123.  
  124. Version 4.68 (Monday, 07-Dec-98 23:56:44)
  125. -----------------------------------------
  126. - Bug fix: list fonts were not set correctly.  They would work if you closed PPT
  127.   and opened it again, but now they can be set on the fly.
  128.  
  129.  
  130. Version 5.0 (Wednesday, 09-Dec-98 22:23:08)
  131. -------------------------------------------
  132. - THE API HAS CHANGED!  You must remove any modules you had, since they
  133.   do not work anymore with V5.  For the technically minded people:
  134.   PPTBase moved from a5 to a3, since it was causing problems with GCC.
  135.   It was a stupid idea to begin with, I admit.  Should've done my
  136.   research better...
  137.  
  138.  
  139. Version 5.1 (Thursday, 10-Dec-98 23:16:52)
  140. ------------------------------------------
  141. - Bitfield 1.3: Added missing REXX template - now this effect works from REXX.
  142.  
  143.  
  144. Version 5.2 (Saturday, 12-Dec-98 13:39:18)
  145. ------------------------------------------
  146. - Bug fix: Initial display mode guess might have been wrong when
  147.   using CyberGFX.
  148.  
  149.  
  150. Version 5.3 (Sunday, 13-Dec-98 22:10:32)
  151. ----------------------------------------
  152. - Added new effect: ColorCount (requested by A. Tolonen)
  153. - Fixed some visual errors with the new BGUI.library
  154. - Added new function in the support library: CloseProgress().
  155.  
  156.  
  157. Version 5.4 (Tuesday, 15-Dec-98 23:29:53)
  158. -----------------------------------------
  159. - Added SetRexxVariable() routine to support library.
  160. - Added PPTX_NoChangeFrame tag, and support for it.
  161.  
  162.  
  163.  
  164. Version 5.5 (Wednesday, 16-Dec-98 22:41:47)
  165. -------------------------------------------
  166. - Added Tooltips to tool bar gadgets
  167. - Now displays the zoomed area size on top of the frame window
  168.  
  169.  
  170. Version 5.6 (Saturday, 19-Dec-98 00:02:39)
  171. ------------------------------------------
  172. - Text.effect v1.1: fixed a number of bugs:
  173.    - font requester sample text was not displayed (this is actually
  174.      a bug in BGUI, but can be circumvented)
  175.    - chip ram trashing fixed
  176.    - debugging code disabled
  177. I really hope these fix your problems...
  178.  
  179.  
  180. Version 5.7 (Sunday, 20-Dec-98 19:21:36)
  181. ----------------------------------------
  182. - Rewrote almost all toolbar handling (it is now almost a proper BGUI class)
  183. - Added new PPT icons courtesy of A. Tolonen (thank you, very much!)
  184. - Release C-5
  185.  
  186.  
  187. Version 5.8 (Saturday, 02-Jan-99 19:47:00)
  188. ------------------------------------------
  189. - ILBM.iomod v1.6: No longer crashes on bad IFF files.  Reported by Detlef Wojtaszkiewicz
  190.  
  191.  
  192. Version 5.9 (Saturday, 02-Jan-99 22:40:16)
  193. ------------------------------------------
  194. - Bug fix: Toolbar window was accidentally closed if you didn't change
  195.   toolbar configuration from the preferences window and saved prefs...
  196. - Bug fix: Huge preview size was not correctly read from preferences file.
  197.   Reported by  Detlef Wojtaszkiewicz.
  198. - Added a shortcut to 'Close Render'. Suggested by  Detlef Wojtaszkiewicz.
  199. - Updated copyright info for 1999.  It's amazing, isn't it?
  200.  
  201.  
  202. Version 5.10 (Lauantai, 02-Tam-99   23:32:47)
  203. ---------------------------------------------
  204. - Bug fix: If you called Info on negative, it would display false.
  205.  
  206.  
  207. Version 5.11 (Wednesday, 13-Jan-99 23:00:19)
  208. --------------------------------------------
  209. - Bug fix: No longer complains if you select "Process" and after that, Cancel.
  210. - Now you can use the images also in the toolbar.
  211.  
  212.  
  213. Version 5.12 (Sunday, 17-Jan-99 15:25:46)
  214. -----------------------------------------
  215. - ColorCount 1.1: Adapts dynamically to low memory situations.
  216.  
  217.  
  218. Version 5.13 (Sunday, 17-Jan-99 16:12:47)
  219. -----------------------------------------
  220. - ColorChange 1.7: Didn't quit if PPT was quit.
  221.  
  222.  
  223. Version 5.14 (Monday, 18-Jan-99 23:02:25)
  224. -----------------------------------------
  225. - ColorCount 1.2: Grayscale didn't work.
  226.  
  227.  
  228. Version 5.15 (Sunday, 14-Feb-99 19:42:01)
  229. -----------------------------------------
  230. - Bug fix: no longer opens and closes display if there is no need when you
  231.   change prefs.
  232. - Added support for preview dithering.  Requested by several people.
  233.  
  234.  
  235. Version 5.16 (Thursday, 18-Feb-99 11:09:54)
  236. -------------------------------------------
  237. - Oops, left some debugging code in.  ARGB is now faster again.
  238.  
  239.  
  240. Version 5.17 (Saturday, 20-Feb-99 12:21:16)
  241. -------------------------------------------
  242. - For some strange reason, I kept linking with v40.14 of amiga.lib, causing memory
  243.   pools to malfunction under OSV37.  Apparently there are not very many OS2.x people
  244.   left anymore, because nobody complained...
  245.  
  246.  
  247. Version 5.18 (Saturday, 20-Feb-99 15:30:03)
  248. -------------------------------------------
  249. - Added support for ordered dithering in rendering.
  250.  
  251.  
  252. Version 5.19 (Saturday, 20-Feb-99 22:39:27)
  253. -------------------------------------------
  254. - PPT now has an AppIcon. (Requested by several people, some quite
  255.   vocally ;-)
  256.  
  257.  
  258. Version 5.20 (Sunday, 21-Feb-99 20:55:21)
  259. -----------------------------------------
  260. - Fixed a multitude of problems with images in toolbar.
  261. - Release Cauchy-6
  262.  
  263. --- snip ---
  264.  
  265.  
  266.     Support information can always be found at
  267.  
  268.     http://www.iki.fi/~jalkanen/PPT.html
  269.  
  270.  
  271.  
  272.     My public PGP signature is available below.  If you use it for personal
  273.     communication, expect a delay of several days.  You should use this
  274.     to check that the PPT main program has not been tampered with.
  275.  
  276. -----BEGIN PGP PUBLIC KEY BLOCK-----
  277. Version: PGPfreeware 5.0i for non-commercial use
  278. Comment: PGP 5 - Generated on an Amiga computer!
  279.  
  280. mQCNAzPT6P4AAAEEAMjEbGpKD5sUnO5HWLgVdZo9V0BFnc+erGZRG2kHuieRq+2t
  281. KJTVS38UewQ0Y+MIcVV9I39O5Xb1D1W/b0nuHoWxXZbqn4HvX9JtajJMXG/B+ha0
  282. HUile71gBZaf3X8yjX8KLMwyoaXffXuDPztPcIf9KIUOGNuq/C+Hz6bVE9MRAAUT
  283. tCZKYW5uZSBKYWxrYW5lbiA8SmFubmUuSmFsa2FuZW5AaWtpLmZpPokAlQMFEDPT
  284. 6P8vh8+m1RPTEQEBJ58D/2NKmvcMnLVJxSXxS9s3VEQXfZQlmCKh9pURULByWV4z
  285. nCaBYStwAR6mldIOWuhWxNAVDwI4IS/PDMsIdu6lUmj5T7Qd2rr0QsVo3VoT3fR0
  286. CnaPL5Tpv86w/1LhYt7De39w8FML6d/6ec/tk+Dz8yYD0RKSzL6wgrY7uO+Unz/2
  287. =phqw
  288. -----END PGP PUBLIC KEY BLOCK-----
  289.